ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / ComputeInformation Class / SetConstantBuffer Method / SetConstantBuffer<T>(T) Method
Type of the constant buffer
Value of the constant buffer

In This Topic
    SetConstantBuffer<T>(T) Method
    In This Topic
    Sets the constant buffer data from a struct value.
    Syntax
    'Declaration
     
    Public Overloads Sub SetConstantBuffer(Of T As {New, Struct})( _
       ByVal value As T _
    ) 
    public void SetConstantBuffer<T>( 
       T value
    )
    where T: new(), struct

    Parameters

    value
    Value of the constant buffer

    Type Parameters

    T
    Type of the constant buffer
    See Also